Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Oracle PLSQL Tutorial
1) Aggregate Functions
2) Analytical Functions
3) Character String Functions
4) Collections
5) Conversion Functions
6) Cursor
7) Date Timestamp Functions
8) Function Procedure Packages
9) Index
10) Insert Update Delete
11) Introduction
12) Large Objects
13) Linear Regression Functions
14) Miscellaneous Functions
15) Numerical Math Functions
16) Object Oriented
17) PL SQL Data Types
18) PL SQL Operators
19) PL SQL Programming
20) PL SQL Statements
21) Query Select
22) Regular Expressions Functions
23) Sequences
24) Set
25) SQL Data Types
26) SQL PLUS Session Environment
27) Statistical Functions
28) System Packages
29) System Tables Data Dictionary
30) Table
31) Table Joins
32) Transaction
33) Trigger
34) User Privilege
35) View
36) XML
Large Objects
1) Adding Content to a BLOB
2) Adding Content to a CLOB
3) BFILE column and directory
4) BFILE type column
5) BFILE value and BFILENAME function
6) Bfilename function
7) Call to_lob to convert long to clob
8) Close Clob data pointer
9) Close the BLOB
10) Compare date value after to_char() and trim()
11) Convert string to clob
12) Copy clob data
13) Copying LONG to LOB with the ALTER TABLE MODIFY statement
14) Copying LONG to LOB with the TO_CLOB and TO_BLOB functions
15) Create a BFILE locator
16) CREATE OR REPLACE DIRECTORY
17) Creating a Directory Object
18) Creating Tables Containing BFILE Objects
19) Creating Tables Containing BLOB Objects
20) Creating Tables Containing CLOB Objects
21) Display the length of the BLOB
22) EMPTY_BLOB() function
23) EMPTY_CLOB function
24) Fill a varchar2 type data with rpad
25) Handling Large Objects in the Database
26) Initialize BLOB column data
27) Initialize CLOB column
28) Insert a new row using EMPTY_CLOB() to create a LOB locator
29) INSERT a row with an empty blob
30) Insert into clob column
31) Large Objects
32) Loading a page to a BLOB
33) Loading data to the CLOB by using BFILE
34) Long raw type column
35) Long type column
36) Long type column, not null
37) Obtain Clob data pointer
38) Obtain length of the populated BLOB
39) Open the BLOB
40) Open the CLOB
41) Performing basic string operations on CLOBs
42) Populating a BFILE Column with a Pointer to a File
43) Populating a BLOB column from an external BFILE
44) Populating BFILE
45) Read clob data to varchar2 type variable
46) Read clob type data, DBMS_LOB READ
47) Reading and Writing to a CLOB
48) REF operator
49) Retrieve the LOB locater
50) Stored procedure to read the data from the BFILE into the clob clob and display the new clob contents
51) TO_LOB demo
52) Update clob data
53) UPDATE sets blob_column to a binary number
54) Use a BFILE to load a LOB column
55) Use the file named b_file txt and attach it to the myTable table in the col_bfile column
56) Use update statement to change the value in blob type column
57) Using CLOBs and BLOBs